de_util ~master (2021-10-26T20:15:40.7960244)
Dub
Repo
SquareGrid.this
devisualization
util
algorithms
pathfinding
defs
SquareGrid
Creates the grid given the size
struct
SquareGrid
(T, U = typeof(T.x))
this
(
U
width
,
U
height
)
if
(
hasXYPoints
!
T
)
Parameters
width
U
Width of the grid
height
U
Height of the grid
Meta
Source
See Implementation
devisualization
util
algorithms
pathfinding
defs
SquareGrid
constructors
this
functions
in_bounds
neighbors
passable
variables
this_
Creates the grid given the size